.button {
float: centre;
  border: none;
  color: white;
  padding: 15px 10px;
  text-align: center;
  text-decoration: none;
  font-family: "Times New Roman", Times, serif;
  display: inline-block;
  font-size: 25px;
  margin: 5px 1px;
  transition-duration: 0.7s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #B8860B;
width: 50%;
border-radius: 15px;
}

.button1:hover {
  background-color: #B8860B;
  color: white;
}

.button2 {
  background-color: white; 
  color: black; 
  border: 2px solid #B8860B;
width: 50%;
border-radius: 15px;
}

.button2:hover {
  background-color: #B8860B;
  color: white;
}

.button3 {
  background-color: white; 
  color: black; 
  border: 2px solid #B8860B;
width: 50%;
border-radius: 15px;
}

.button3:hover {
  background-color: #B8860B;
  color: white;
}

